-- card: 34842 from stack: in -- bmap block id: 35689 -- flags: 4000 -- background id: 25390 -- name: Student NumbersÉ ----- HyperTalk script ----- on openCard tabKey end openCard on returnKey flashButton "OK" doMenu first end returnKey -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=107 top=267 right=285 bottom=205 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: OK ----- HyperTalk script ----- on mouseUp lock screen put empty into card field "Starting Number" doMenu first unlock screen end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=307 top=267 right=285 bottom=405 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Cancel ----- HyperTalk script ----- on mouseUp lock screen put empty into card field "Starting Number" doMenu first unlock screen end mouseUp -- part 3 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=271 top=129 right=147 bottom=402 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Starting Number